set breakpoint meaning in Chinese
设备断点
设置断点
Examples
- To show that it has set breakpoint 1 at the line we requested
以显示它已在我们请求的行上设置了1号断点。 - Set breakpoint at given line in file ( default current file )
在档案中指定行设定中断点(内定为现用档案) 。 - Using traditional debugging tools user can control program execution only by common ways such as setting breakpoint to implement basic debugging functions
借助于常规调试工具用户只能通过设置断点等方式控制程序执行,实现基本调试功能。 - Breakpoints can be set to unconditional using the condition command specifying a breakpoint number without an expression , for example condition 1 sets breakpoint 1 to unconditional
使用condition命令时,如果指定断点编号但又不指定表达式,可以将断点设置成无条件断点,例如, condition 1就将1号断点设置成无条件断点。 - Zdbg can perform generic debugger function such as set breakpoint , single step , r / w memory , modify register and etc . and zdbg can debug zyco ' s kernel by its innovative design
在功能设计上,除了使zdbg可以完成一般的应用调试器助能,例如设置断点、单步执行、读写内存、修改寄存器值等等,还通过创新性的设计使得zdbg可以用于调试zyco操作系统自身。